home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-27 | 388 b | 22 lines | [TEXT/CWIE] |
- //
- //
- // Painted Black.h
- //
- // ©Copyright 1995, Hubert Figuière, All right reserved.
-
-
- #ifndef __PAINTED_BLACK__
- #define __PAINTED_BLACK__
-
- extern Boolean switch_not_required;
- extern ProcessSerialNumber gMy_pid;
- /* set when a switch is not required for Painted Black */
-
- #define FADE_NOW_DELAY 15 /*delay before fade now menu command*/
-
-
- void PaintedBlack();
- void obscure();
-
- #endif
-